home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / Mailcheck Source / 0read.me next >
Encoding:
Text File  |  1992-06-29  |  1.3 KB  |  37 lines  |  [TEXT/KAHL]

  1. How to build a new version of mailcheck:
  2.  
  3. Make desired changes to mmc_drvr.prj.rsrc.  Although these resources get
  4. copied to other projects along the way, here is where to make the changes.
  5.  
  6. Edit mmc_config.h to specify the ip address of your server hosts.
  7.  
  8. Open each resource and choose build code resource.  If source files have
  9. been changed be sure to chose make and use disk since some files are shared
  10. in more than one project.  Build the files in the following order:
  11.  
  12. mmc_drvr.prj
  13. mmc_init.prj
  14. mmc_cdev.prj
  15.  
  16. Put the MailCheck file in your system folder.
  17.  
  18. Each step as a corrisponding debuging program or version.
  19. To debug the driver internals use mmc_test.prj.
  20. To debug the driver as a device driver use mmc_test_drvr.prj.
  21. To debug the cdev replace mmc_cdev.c with starter cdev.c.  Go read
  22. the instructions that come with THINK_C 4.0 on how to debug
  23. cdevs.
  24.  
  25.  
  26. There seems to be a bug in MacTCP.  If you unplug the local talk
  27. (or the gateway is down) the next UDP write gets a duplicate ioc
  28. debugstr (or bomb 12 if no debugger is loaded).  I reported it
  29. but haven't gotten confirmation that it is a MacTCP bug.
  30.  
  31.  * by Aaron Wohl (aw0g+@andrew.cmu.edu) jul 1990
  32.  * Carnegie-Mellon University
  33.  * Pittsburgh, PA 15213-3890
  34.  * (412)-268-5032
  35.  
  36. * Updated June 27 1992 for system 7 and thinkc 5.0
  37.